home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / imlib / include / dprint.hpp < prev    next >
C/C++ Source or Header  |  1996-04-11  |  293b  |  11 lines

  1. #ifndef DPRINT_HPP_
  2. #define DPRINT_HPP_
  3.  
  4. void set_dprinter(void (*stat_fun)(char *));       // called with debug info
  5. void set_dgetter(void (*stat_fun)(char *, int));   // called mainly by lisp breaker
  6. void dprintf(const char *format, ...);
  7. void dgets(char *buf, int size);
  8.  
  9.  
  10. #endif
  11.